
Using Source Code
	- review source code video https://youtu.be/2VGkgCKXVc0
	1. Install Python 3.10.7 (software support folder) 
	2. Open CMD window and navigate to the folder python was installed in.
	3. Load each of the following Python modules:
		python -m pip install pyserial
		python -m pip install inputs
		python -m pip install numpy
		python -m pip install ttkthemes
		python -m pip install opencv-python
		python -m pip install Pillow
		python -m pip install auto-py-to-exe
		python -m pip install matplotlib
		python -m pip install operator

	4. To convert ARCS.py to an EXE file python open CMD window and navigate to the folder python was installed in.
		and then install program: -m pip install auto-py-to-exe.
		Next execute the execute py to exe program by typing python -m auto_py_to_exe in cmd window.
		Use this program to create the exe files. Copy all .ico, .gif and program files from source code folder into your new exe folder otherwise exe will not work.
		